ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / SelectedValuePath Property






In This Topic
    SelectedValuePath Property (ListBox<T>)
    In This Topic
    Gets or sets the name of the property used to get the SelectedValue from the SelectedItem.
    Syntax
    'Declaration
     
    
    Public Property SelectedValuePath As System.String
    'Usage
     
    
    Dim instance As ListBox(Of T)
    Dim value As System.String
     
    instance.SelectedValuePath = value
     
    value = instance.SelectedValuePath
    public System.string SelectedValuePath {get; set;}
    public read-write property SelectedValuePath: System.String; 
    public function get,set SelectedValuePath : System.String
    public: __property System.string* get_SelectedValuePath();
    public: __property void set_SelectedValuePath( 
       System.string* value
    );
    public:
    property System.String^ SelectedValuePath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also